Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / ChangeView(Nullable<Double>,Nullable<Double>) Method
The horizontal offset.
The vertical offset.

In This Topic
    ChangeView(Nullable<Double>,Nullable<Double>) Method
    In This Topic
    Changes the scroll and zoom of the grid to the specified part of the viewport.
    Syntax
    'Declaration
     
    
    Public Sub ChangeView( _
       ByVal horizontalOffset As Nullable(Of Double), _
       ByVal verticalOffset As Nullable(Of Double) _
    ) 

    Parameters

    horizontalOffset
    The horizontal offset.
    verticalOffset
    The vertical offset.
    See Also